ethereal
minimalist
calm
modern
monochromatic
soft contrast
night-inspired
serene
sophisticated
immersive
light-dark duality
user-friendly
high readability
emotional depth
unique color palette
Shadcn/ui Theme Css Variables
name: Pale Nightkeyword: Pale night views: 26
:root { --background: 240 10% 95%; --foreground: 240 10% 20%; --card: 240 10% 90%; --card-foreground: 240 10% 20%; --popover: 240 10% 90%; --popover-foreground: 240 10% 20%; --primary: 240 50% 50%; --primary-foreground: 0 0% 100%; --secondary: 240 30% 70%; --secondary-foreground: 0 0% 100%; --muted: 240 10% 80%; --muted-foreground: 240 10% 40%; --accent: 240 40% 60%; --accent-foreground: 0 0% 100%; --destructive: 0 70% 50%; --destructive-foreground: 0 0% 100%; --border: 240 10% 80%; --input: 240 10% 80%; --ring: 240 50% 50%; --radius: 0.75rem; --chart-1: 240 50% 50%; --chart-2: 240 40% 60%; --chart-3: 240 30% 70%; --chart-4: 240 20% 80%; --chart-5: 240 10% 90%; } .dark { --background: 240 10% 10%; --foreground: 240 10% 80%; --card: 240 10% 15%; --card-foreground: 240 10% 80%; --popover: 240 10% 15%; --popover-foreground: 240 10% 80%; --primary: 240 50% 50%; --primary-foreground: 0 0% 100%; --secondary: 240 30% 30%; --secondary-foreground: 0 0% 100%; --muted: 240 10% 20%; --muted-foreground: 240 10% 60%; --accent: 240 40% 40%; --accent-foreground: 0 0% 100%; --destructive: 0 70% 50%; --destructive-foreground: 0 0% 100%; --border: 240 10% 20%; --input: 240 10% 20%; --ring: 240 50% 50%; --radius: 0.75rem; --chart-1: 240 50% 50%; --chart-2: 240 40% 40%; --chart-3: 240 30% 30%; --chart-4: 240 20% 20%; --chart-5: 240 10% 15%; }